home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / arrays / arrtest8.dfm / arrtest8.txt
Encoding:
Text File  |  1995-12-22  |  734 b   |  39 lines

  1. object EnlargedViewDlg: TEnlargedViewDlg
  2.   Left = 200
  3.   Top = 110
  4.   ActiveControl = LstView
  5.   AutoScroll = False
  6.   Caption = 'Enlarged View'
  7.   ClientHeight = 381
  8.   ClientWidth = 572
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poDefaultPosOnly
  15.   OnClose = FormClose
  16.   OnResize = FormResize
  17.   TextHeight = 20
  18.   object LstView: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 572
  22.     Height = 321
  23.     Align = alTop
  24.     ItemHeight = 20
  25.     TabOrder = 0
  26.   end
  27.   object BtnClose: TButton
  28.     Left = 250
  29.     Top = 336
  30.     Width = 89
  31.     Height = 33
  32.     Cancel = True
  33.     Caption = 'Close'
  34.     Default = True
  35.     TabOrder = 1
  36.     OnClick = BtnCloseClick
  37.   end
  38. end
  39.